⚡️ v2.1.0 Upgrade webterm to xterm.js
.
#147
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v2.1.0
Replace
term.js
withxterm.js
.This has been a long time coming. The webterm has been migrated to
xterm.js
which has continuous support fromterm.js
which was last updated almost 10 years ago.Deprecate the legacy web pseudo-terminal.
Clicking the "Execute" button on the web console will now execute the command directly in the webterm. Additionally, changing the instance select will now automatically switch the webterm's context to the desired instance.
Fix an issue when starting existing jobs.
A bug has been fixed which prevented jobs from restarting specifically by name.
Add
MRSM_VENVS_DIR
.Like
MRSM_PLUGINS_DIR
, you can now designate a virtual environments directory separate from the root directory. This is particularly useful for production deployments, andMRSM_VENVS_DIR
has been set to/home/meerschaum/venvs
in the official Docker images to allow for mounting/meerschaum
to persistent volumes.Allow syncing
NULL
values into indices.Syncing
None
within an index will now be coalesced into a magic value when applying updates.Syncing
Decimal
objects will now enforcenumeric
dtypes.For example, syncing a
Decimal
onto a integer column will update the dtype tonumeric
, like when syncing a float after an integer.Improve
IS NULL
andIS NOT NULL
checks forparams
.Mixing null-like values (e.g.
NaN
,<NA>
,None
) inparams
will now separate out nulls.Add colors to
mrsm show columns
.Fix a unicode decoding error when showing logs.
Remove
xstatic
dependencies.The
xterm.js
files are now bundled as static assets, so theterm.js
files are no longer needed. Hurray for removing dependencies!Other bugfixes.
A handful of minor bugfixes have been included in this release:
MRSM_WORK_DIR
from themrsm show connectors
output.mrsm start api
).